treeselection docs: spelling fix
authorChristoph Reiter <reiter.christoph@gmail.com>
Wed, 26 Feb 2014 09:46:43 +0000 (10:46 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 3 Mar 2014 22:35:10 +0000 (17:35 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=725205

gtk/gtktreeselection.c

index 4096489d70e688ce0961d165b1b4462f11859305..06c3dd862f9c773a606f4d7861633ac7a3125bda 100644 (file)
@@ -38,7 +38,7 @@
  * The #GtkTreeSelection object is a helper object to manage the selection
  * for a #GtkTreeView widget.  The #GtkTreeSelection object is
  * automatically created when a new #GtkTreeView widget is created, and
- * cannot exist independentally of this widget.  The primary reason the
+ * cannot exist independently of this widget.  The primary reason the
  * #GtkTreeSelection objects exists is for cleanliness of code and API.
  * That is, there is no conceptual reason all these functions could not be
  * methods on the #GtkTreeView widget instead of a separate function.